golang.org/x/net/http2.roundRobinWriteScheduler.streams (field)
7 uses
golang.org/x/net/http2 (current package)
writesched_roundrobin.go#L19: streams map[uint32]*writeQueue
writesched_roundrobin.go#L36: streams: make(map[uint32]*writeQueue),
writesched_roundrobin.go#L42: if ws.streams[streamID] != nil {
writesched_roundrobin.go#L46: ws.streams[streamID] = q
writesched_roundrobin.go#L62: q := ws.streams[streamID]
writesched_roundrobin.go#L76: delete(ws.streams, streamID)
writesched_roundrobin.go#L87: q := ws.streams[wr.StreamID()]
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)